|
irsense6 2.2.0
|
IR Sense 6 Click example. More...
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
IR Sense 6 Click example.
This example demonstrates the functionality of the IR Sense 6 Click board, which measures ambient and object temperatures using an infrared sensor. The example initializes the device and continuously logs temperature readings.
The demo application is composed of two sections:
Initializes the driver and enables the device.
Continuously reads and logs ambient and object temperatures. The readings are displayed in degrees Celsius.
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |